home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00226_Script_MM Missao VaiFotos < prev   
Text File  |  1999-03-19  |  334b  |  16 lines

  1. on mouseUp
  2.   if the mouseV < 176 then 
  3.     set pulo = 0
  4.   else if the mouseV > 259 then
  5.     set pulo = 0
  6.   else
  7.     set pulo = 0
  8.   end if
  9.   
  10.   global myMemSize
  11.   if myMemSize > 15 * 1024 * 1024 then
  12.     MMVaiFotos marker("MissaoFotos"), pulo, 13, 20
  13.   else
  14.     MMVaiFotosLimitado "MissaoFotos", random(8)
  15.   end if
  16. end